projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df95b4
)
win32: fix typo in msw_style.c
author
Arnaud Charlet
<charlet@adacore.com>
Thu, 20 Oct 2011 11:18:19 +0000
(13:18 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Thu, 10 Nov 2011 16:40:56 +0000
(17:40 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=647460
modules/engines/ms-windows/msw_style.c
patch
|
blob
|
history
diff --git
a/modules/engines/ms-windows/msw_style.c
b/modules/engines/ms-windows/msw_style.c
index ca7d38ff689d5f6c1791e068ebcfd098a49dcf27..97fb2f3826e958697e1c99a6c5a69de3431574cc 100755
(executable)
--- a/
modules/engines/ms-windows/msw_style.c
+++ b/
modules/engines/ms-windows/msw_style.c
@@
-853,7
+853,7
@@
setup_system_styles (GtkStyle *style)
sys_color_to_gtk_color (XP_THEME_CLASS_TEXT, COLOR_GRAYTEXT,
&style->fg[GTK_STATE_INSENSITIVE]);
sys_color_to_gtk_color (XP_THEME_CLASS_BUTTON, COLOR_BTNTEXT,
-
&style->b
g[GTK_STATE_ACTIVE]);
+
&style->f
g[GTK_STATE_ACTIVE]);
sys_color_to_gtk_color (XP_THEME_CLASS_WINDOW, COLOR_WINDOWTEXT,
&style->fg[GTK_STATE_PRELIGHT]);